home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / ForCLI / DirTree20.lha / dirtree20 / DirTree.doc < prev    next >
Text File  |  1995-11-30  |  2KB  |  80 lines

  1.  
  2.                DirTree V2.0
  3.  
  4.           (c) by Defect Softworks 1994-1995
  5.  
  6. SYNOPSIS
  7. --------
  8.  
  9. DirTree is a small,fast and reliable utility that dumps a directory with all
  10. its files and subdirs to your console or file.
  11. All subdirs are printed with color 1 (should be white) and all files are
  12. printed with color 0 (usually black).
  13. At the end DirTree prints the total size and number of files and dirs.
  14.  
  15. REQUIREMENTS
  16. ------------
  17.  
  18. DirTree needs AmigaDOS 2.04.
  19.  
  20. USAGE
  21. -----
  22.  
  23. Execute DirTree from the CLI.
  24. Type "DirTree [ <dir=directory> <savename=path+file> <size> <comment> ].
  25.  
  26. Examples: * "dirtree"
  27.          dir`s contents of current dir
  28.  
  29.       * "dirtree dir=work:"
  30.          dir`s contents of work:
  31.  
  32.       * "dirtree dir=sys:prefs savename=ram:dir.txt"
  33.          saves contents of sys:prefs to ram:dir.txt
  34.  
  35.       * "dirtree dir=ram: comment size"
  36.          dir`s contents of ram: and size and comment of files
  37.  
  38. The output can be interrupted at any time by pressing Ctrl-C.
  39.  
  40. HINTS
  41. -----
  42.  
  43. Please notice that DirTree is MUCH faster if you save the directory to a
  44. file.
  45.  
  46. LAST WORDS
  47. ---------
  48.  
  49. DirTree should work fine on all configurations. Please drop me a mesage if
  50. there are any problems.
  51.  
  52.                  Andreas Wiencke
  53.                 Hamburger Alle 98
  54.                  19063 Schwerin
  55.                  Germany
  56.  
  57.                 Tel: 0385/215778
  58.  
  59.                E-Mail: Insider@SpyBox.shnet.org
  60.  
  61. HISTORY
  62. -------
  63.  
  64. V1.0 ....... * initial release
  65.          * 17.11.94
  66.  
  67. V1.1 ....... * added -s option
  68.          * 03.03.95
  69.  
  70. V1.2 ....... * filenames were only printed up to 17 chars, dirs only
  71.            up to 24 chars, bug removed
  72.          * 08.02.95
  73.  
  74. V2.0 .....   * use ReadArgs now
  75.          * save to file now by command line, filerequester removed
  76.          * option "COMMENT" added
  77.          * option "SIZE" added
  78.          * removed Enforcer Hit
  79.          * 30.11.95
  80.